You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Dew.Signal.Units Namespace > Classes > SignalUtils Class > SignalUtils Methods > SignalUtils.BiSpectrumVert Method
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
SignalUtils.BiSpectrumVert Method

Compute a part of the bispectrum.

Syntax
C#
Visual Basic
public static void BiSpectrumVert([In] TVec BiSpectrum, [In] TVec Spectrum, int Index, bool MtxPacked);

Compute a single vertical bispectral line (triple product) from Spectrum and place the result in BiSpectrum. The index parameter defines for which frequency you want to compute the triple product. The triple product will computed for one frequency against all others. When used together with RunningAverage method, you can compute the bicoherence. Bicoherence has 1 where a frequency pair is synchronized in phase. Frequency pairs which are unrelated in phase have a zero in the bicoherence matrix.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!